Access Java Bean
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
In the following example
<element attr1=${bean.property}/>
${bean.property}
will be autowired to bean.getProperty()
.
As you can see, developer can access Java Beans with EL intuitively. A full example